| Commit message (Expand) | Author | Age | Files | Lines |
* | fix mpeg2 muxing, replace seq header if contained in extradata and key frame ... | Baptiste Coudurier | 2008-03-20 | 1 | -1/+12 |
* | cosmetics, move case up | Baptiste Coudurier | 2008-03-20 | 1 | -4/+3 |
* | One non functional AVPalette chunk less, one heap overflow less. | Michael Niedermayer | 2008-03-20 | 1 | -29/+21 |
* | remove useless debug print since now mov_build_index will do | Baptiste Coudurier | 2008-03-20 | 1 | -3/+1 |
* | free track data asap | Baptiste Coudurier | 2008-03-20 | 1 | -10/+9 |
* | move mov_build_index before mov_read_trak to avoid useless declaration | Baptiste Coudurier | 2008-03-20 | 1 | -109/+107 |
* | move specific end treatment when trak is detected, will be needed for fragments | Baptiste Coudurier | 2008-03-20 | 1 | -59/+60 |
* | Additional checks for strange num_val in FLV metadata | Pascal Massimino | 2008-03-20 | 1 | -3/+5 |
* | Reindent after rtsp-alternate-protocol* patches. | Ronald S. Bultje | 2008-03-19 | 1 | -4/+3 |
* | Change protocol_mask into protocol, since we always just try a single one per | Ronald S. Bultje | 2008-03-19 | 1 | -7/+7 |
* | Allow cycling between different protocols (TCP, UDP or multicast) so that if | Ronald S. Bultje | 2008-03-19 | 2 | -3/+26 |
* | MSN TCP Webcam stream demuxer. | Ramiro Polla | 2008-03-18 | 4 | -1/+143 |
* | Split the SETUP request into a separate function, as a prelude into allowing | Ronald S. Bultje | 2008-03-17 | 1 | -68/+89 |
* | just skip klv packet, when no corresponding stream is found | Baptiste Coudurier | 2008-03-16 | 1 | -2/+1 |
* | simplify, flags is 24bits according to specs | Baptiste Coudurier | 2008-03-16 | 1 | -15/+12 |
* | fucked up alphabetical order again, sorry | Baptiste Coudurier | 2008-03-16 | 1 | -1/+1 |
* | ipod/iphone compatible mp4 muxer | Baptiste Coudurier | 2008-03-16 | 4 | -5/+44 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 3 | -3/+3 |
* | useless null | Baptiste Coudurier | 2008-03-14 | 1 | -1/+0 |
* | remove useless img_write_trailer func | Baptiste Coudurier | 2008-03-14 | 1 | -7/+2 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | add out of bound stream index checks | Aurelien Jacobs | 2008-03-10 | 1 | -2/+2 |
* | add a temporary variable to simplify the code | Aurelien Jacobs | 2008-03-10 | 1 | -4/+6 |
* | Add AVClass to URLContext at next major version bump | Björn Axelsson | 2008-03-10 | 2 | -0/+22 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 2 | -6/+6 |
* | cosmetics: remove some empty lines | Aurelien Jacobs | 2008-03-10 | 1 | -12/+0 |
* | remove useless and misleading comments | Aurelien Jacobs | 2008-03-10 | 1 | -5/+0 |
* | consistent use of MKTAG() in the codec_bmp_tags table | Aurelien Jacobs | 2008-03-09 | 1 | -5/+5 |
* | cosmetics: alignment of the codec_bmp_tags table | Aurelien Jacobs | 2008-03-09 | 1 | -136/+136 |
* | recognize the CLJR FourCC (Cirrus Logic AccuPak) | Mike Melanson | 2008-03-09 | 1 | -0/+1 |
* | Typo + grammar | Ramiro Polla | 2008-03-08 | 1 | -1/+1 |
* | Introduce max_picture_buffer variable in AVFormatContext, | Ramiro Polla | 2008-03-08 | 2 | -1/+8 |
* | Define WIN32_LEAN_AND_MEAN before including windows.h to exclude | Ramiro Polla | 2008-03-08 | 1 | -0/+1 |
* | Include windows.h instead of trying to redeclare Sleep | Ramiro Polla | 2008-03-08 | 1 | -2/+1 |
* | Put network-related code under #ifdef | Ramiro Polla | 2008-03-08 | 1 | -0/+2 |
* | Group network-related code together | Ramiro Polla | 2008-03-08 | 1 | -4/+4 |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -4/+3 |
* | __stdcall -> WINAPI | Ramiro Polla | 2008-03-07 | 1 | -1/+1 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 7 | -1/+100 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -5/+2 |
* | do not reset duration_error for all streams, only reset current stream, fix w... | Baptiste Coudurier | 2008-03-06 | 1 | -1/+1 |
* | support AVDISCARD_ALL | Baptiste Coudurier | 2008-03-06 | 1 | -0/+3 |
* | Skip over unknown extended_content_header tags. | Michael Niedermayer | 2008-03-06 | 1 | -1/+2 |
* | simplify | Michael Niedermayer | 2008-03-06 | 1 | -2/+2 |
* | Set TCP protocol to is_streamed=1 as seeking is not possible. | Diego Biurrun | 2008-03-05 | 1 | -0/+1 |
* | Add some information about the stream bitrate, if available | Luca Abeni | 2008-03-05 | 1 | -0/+3 |
* | Subtitle support. (untested) | Michael Niedermayer | 2008-03-05 | 4 | -2/+12 |
* | set block align for mace3/6 | Baptiste Coudurier | 2008-03-05 | 1 | -0/+4 |
* | correctly compute bit rate for compressed audio, should fix seeking in aiff | Baptiste Coudurier | 2008-03-05 | 1 | -1/+2 |