17294 Commits (71e685b0183b17e43da3959e620fe22afbe8a64c)
 

Author SHA1 Message Date
Baptiste Coudurier 71e685b018 use ff_avc_parse_nal_units_buf because output size might differ from input size 16 years ago
Baptiste Coudurier c844520e73 10l, fix prototype 16 years ago
Baptiste Coudurier d298412062 export ff_avc_parse_nal_units_buf 16 years ago
Baptiste Coudurier 5d2160a0dd move actual writing before so new size can be taken into account 16 years ago
Baptiste Coudurier a97772b166 return size written in ff_avc_parse_nal_units 16 years ago
Aurelien Jacobs 764551c672 add -Wundef compiler flag, to catch typo in #if or similar situations 16 years ago
Aurelien Jacobs 8b192330d5 explicitly disable CONFIG_AUDIO_NONSHORT 16 years ago
Aurelien Jacobs d80a7fe50a move NULL_IF_CONFIG_SMALL() definition into internal header 16 years ago
Aurelien Jacobs 2f5421d513 move timer related code in a new timer.h file 16 years ago
Luca Abeni ca93bc175a Reindent after last commit 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Alex Converse 2ea512a6c2 Factorise id3v2 header parsing from mp3.c to be shared 16 years ago
Baptiste Coudurier f3ba7c5468 use delay for subs and dirac too 16 years ago
Baptiste Coudurier a57fb91ce5 add aud nal unit if not present in h264 bitstream 16 years ago
Aurelien Jacobs e0e4be590c matroskadec: ensure we only consider chapters which are properly ordered 16 years ago
Baptiste Coudurier 89ac55ada9 consider other codecs packets contain only one access unit, not just audio 16 years ago
Baptiste Coudurier 3d0a94f699 calculate pat, pmt and sdt exact size and adjust total bitrate 16 years ago
Baptiste Coudurier 620b9df7a7 allow user to specify muxrate 16 years ago
Aurelien Jacobs 469f5f251d WORDS_BIGENDIAN must be checked with #ifdef 16 years ago
Baptiste Coudurier 811a0aa785 warn if dts < pcr which means TS is invalid 16 years ago
Baptiste Coudurier 31a2506349 update seek regression tests due to ts modifications 16 years ago
Baptiste Coudurier 5541759f6f only write dts if they differ from pts, according to specs 16 years ago
Baptiste Coudurier 46911c7ab8 use delay to avoid negative dts 16 years ago
Baptiste Coudurier de34dc39c0 set pts and dts of pes packets exactly according to specs 16 years ago
Aurelien Jacobs 49cdad8d78 simplify: group all the AUDIO_NONSHORT parameters in the same place 16 years ago
Aurelien Jacobs e29a95b1b8 libavutil/lzo.h is a local header 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Måns Rullgård 7356aaa786 Fix mpeg audio regression test failure 16 years ago
Diego Biurrun 0f6a659ddf Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. 16 years ago
Diego Biurrun 576286ba81 Remove one more forgotten instance of USE_HIGHPRECISION indirection. 16 years ago
Baptiste Coudurier b5931348bc compute pcr more accurately, regression tests need update 16 years ago
Baptiste Coudurier c91662ce83 include intreadwrite.h, fix compilation, img2.c use AV_RL32 16 years ago
Diego Biurrun ad1eebe360 Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. 16 years ago
Diego Biurrun ddda628e81 Remove pointless #if around header #includes. 16 years ago
Carl Eugen Hoyos ff5d91d9a1 Fix compilation. 16 years ago
Baptiste Coudurier 6d32ec6ce9 cleanup gif, use BISTREAM_WRITER_LE 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Stefano Sabatini 959da985b0 Include libavformat/avformat.h before all the other libav* headers. 16 years ago
Víctor Paesa 17bdc29039 Document the ld, st, while statements. 16 years ago
Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 16 years ago
Víctor Paesa 593b321969 Document the same functions, in the same order, that eval.c has. 16 years ago
Robert Swain 27ab726e1a Add presets for Apple iPod constraints 16 years ago
Robert Swain a6c2a5ef6c Add presets to use as constraints for H.264 Baseline and Main profiles 16 years ago
Michael Niedermayer c9b3c0c740 Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. 16 years ago
Michael Niedermayer a14d138cb8 Let the mpeg audio parser correct the codec_id. 16 years ago
Michael Niedermayer cb595b7f02 Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. 16 years ago
Michael Niedermayer 7f507b2d9e Add CODEC_ID_MP1. 16 years ago
Ben Littler ed0879eda9 add SLMJ fourcc to mjpeg 16 years ago
Kostya Shishkov 7a96cd3123 VC-1 display dimensions should affect coded dimensions only (I think) 16 years ago