| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typos | Baptiste Coudurier | 2008-08-30 | 1 | -1/+1 |
* | cosmetics: header -> generic | Baptiste Coudurier | 2008-08-30 | 1 | -3/+3 |
* | cosmetics, remove useless braces, move comments where appropriate, remove whi... | Baptiste Coudurier | 2008-08-30 | 1 | -28/+23 |
* | cosmetics | Baptiste Coudurier | 2008-08-30 | 1 | -0/+1 |
* | simplify, and factorize | Baptiste Coudurier | 2008-08-30 | 1 | -7/+6 |
* | only put version in tag | Baptiste Coudurier | 2008-08-30 | 1 | -1/+1 |
* | simplify | Baptiste Coudurier | 2008-08-30 | 1 | -5/+2 |
* | always write required version string local tag | Baptiste Coudurier | 2008-08-30 | 1 | -4/+6 |
* | introduce mxf_write_local_tag_utf16 and factorize | Baptiste Coudurier | 2008-08-30 | 1 | -12/+7 |
* | use strlen and do not write useless trailing 0 according to specs | Baptiste Coudurier | 2008-08-30 | 1 | -4/+4 |
* | write strings as utf16be | Baptiste Coudurier | 2008-08-30 | 1 | -6/+16 |
* | Add missing FFMPEG_ prefix to multiple inclusion guard. | Diego Biurrun | 2008-08-30 | 1 | -3/+3 |
* | timestamps in flv are 32bits _signed_ according to flash player, specs are wrong | Baptiste Coudurier | 2008-08-30 | 1 | -1/+1 |
* | remove now useless casts | Baptiste Coudurier | 2008-08-30 | 1 | -3/+3 |
* | make has_codec_parameters not returning true when sample_fmt is not set | Baptiste Coudurier | 2008-08-29 | 1 | -1/+1 |
* | skip empty flv data packets, fix issue #602 | Baptiste Coudurier | 2008-08-29 | 1 | -0/+4 |
* | factorize packet skip code | Baptiste Coudurier | 2008-08-29 | 1 | -4/+3 |
* | simplify size handling code | Baptiste Coudurier | 2008-08-29 | 1 | -3/+5 |
* | remove vorbis dec hack, decoding will be done anyway to get frame size | Baptiste Coudurier | 2008-08-29 | 1 | -5/+0 |
* | speex in flv demuxing | Baptiste Coudurier | 2008-08-29 | 2 | -0/+2 |
* | cosmetics, typos, case | Baptiste Coudurier | 2008-08-29 | 1 | -13/+13 |
* | cosmetics | Baptiste Coudurier | 2008-08-29 | 1 | -1/+1 |
* | fix version string ul | Baptiste Coudurier | 2008-08-29 | 1 | -1/+1 |
* | Do not truncate timestamps before the muxer as it makes simple | Michael Niedermayer | 2008-08-29 | 1 | -16/+0 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 2 | -14/+42 |
* | Change implementation for ff_data_to_hex(), this is faster. See discussion on | Ronald S. Bultje | 2008-08-28 | 1 | -11/+6 |
* | Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and | Ronald S. Bultje | 2008-08-27 | 3 | -22/+50 |
* | Two cosmetic changes for improved readability and ease of HDVCPRO HD integration | Roman Shaposhnik | 2008-08-27 | 1 | -2/+2 |
* | matroskadec: cosmetics: indentation | Aurelien Jacobs | 2008-08-27 | 1 | -5/+5 |
* | matroskadec: seek to the last position known in the index before resorting to | Aurelien Jacobs | 2008-08-27 | 1 | -0/+4 |
* | Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP | Ronald S. Bultje | 2008-08-27 | 1 | -0/+6 |
* | remove useless assignment (st is never read after this line) | Aurelien Jacobs | 2008-08-26 | 1 | -1/+0 |
* | matroskadec: index timestamps are supposed to be in the timebase of the stream | Aurelien Jacobs | 2008-08-26 | 1 | -4/+2 |
* | mxfdec: set sample_aspect_ratio | Aurelien Jacobs | 2008-08-26 | 1 | -0/+1 |
* | Remaining parts of GSoC MXF muxer by Zhentan Feng. | Carl Eugen Hoyos | 2008-08-26 | 4 | -2/+39 |
* | vertical align | Michael Niedermayer | 2008-08-26 | 2 | -18/+18 |
* | Import more MXF muxer code from the SoC tree | Vitor Sessak | 2008-08-25 | 1 | -14/+14 |
* | When setting codec_id during codec probe we must also set codec_type. | Andreas Öman | 2008-08-25 | 1 | -4/+9 |
* | Fix udp.c compilation with recent glibc (>= 2.8) | Luca Abeni | 2008-08-25 | 1 | -0/+1 |
* | matroskadec: unset matroska->done when seeking | Aurelien Jacobs | 2008-08-25 | 1 | -0/+1 |
* | matroskadec: full seeking support in index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -3/+7 |
* | matroskadec: on the fly index construction for index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -4/+16 |
* | matroskadec: don't try to seek to negative timestamp | Aurelien Jacobs | 2008-08-24 | 1 | -0/+3 |
* | matroskadec: move setting of matroska->done inside matroska_parse_cluster() | Aurelien Jacobs | 2008-08-24 | 1 | -2/+2 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 7 | -27/+27 |
* | Mark several libavformat arrays const | Reimar Döffinger | 2008-08-24 | 4 | -7/+7 |
* | Mark "matroska" probe data string constant. | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 7 | -20/+20 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 13 | -24/+24 |
* | Remove check for @ in tcp.c which removes the authorization data from the | Ronald S. Bultje | 2008-08-24 | 1 | -2/+1 |