4280 Commits (175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf)

Author SHA1 Message Date
Stefan Gehrer 1ac63c2a9b return an error if we can not get a full packet, 16 years ago
Stefan Gehrer c6f79c3e0b fix header parsing, the NULL terminated File ID is followed by a space 16 years ago
Ronald S. Bultje cb760a4790 Skip m= blocks in the SDP if the media type is unknown. This prevents 16 years ago
Baptiste Coudurier 14120c95f0 set pts and dts when only pts is present, according to specs 16 years ago
Baptiste Coudurier 6e4668b8a9 write essence container data 16 years ago
Baptiste Coudurier 5e4aa542de reduce display aspect ratio 16 years ago
Baptiste Coudurier 24d6a613e0 stored height is a multiple of 16 for mpeg2 16 years ago
Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 16 years ago
Ben Littler 76af2edc44 add EM4A fourcc , works for: 16 years ago
Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 16 years ago
Michael Niedermayer 3a41c2f769 Move av_read_frame/parser related buffer variables from AVFormatContext 16 years ago
Baptiste Coudurier 082491c473 print stream sar if present and different than codec sar 16 years ago
Michael Niedermayer a308737bd6 Use EAGAIN return, primarely intended as example of EAGAIN useage. 16 years ago
Michael Niedermayer cda6902d36 Handle av_read_frame() EAGAIN return. 16 years ago
Aurelien Jacobs dce25564cc 'code' is used to index a table so make it unsigned 16 years ago
Kostya Shishkov d6da3df729 yet another attempt on fixing synchronization in VMD 16 years ago
Kostya Shishkov 8d6fc274fa Empty audio chunks in VMD are silent, not skipped 16 years ago
Kostya Shishkov 7d2b199b8d cosmetics: reindent after last commit 16 years ago
Kostya Shishkov 716ba2d01c VMD first chunk of audio is not coded as many separate chunks of block_align 16 years ago
Baptiste Coudurier f53ee31275 change sample aspect ratio test to be more clear, print old one 16 years ago
Ben Littler 5823e4b8f6 another mpeg4 fourcc 16 years ago
Baptiste Coudurier 507ff760af Do not use avctx->frame_number which might not be set, 16 years ago
Baptiste Coudurier 15a4e8b85a set correct value for starting line 16 years ago
Baptiste Coudurier fc94187857 fix gxf time code mark out value 16 years ago
Benoit Fouet 27cb512219 Enable building r3d demuxer when its config is set. 16 years ago
Alex Converse 38cef58404 Fix a read past end of buffer crash in the mp3 probe 16 years ago
Baptiste Coudurier 7eb68edba7 R3D REDCODE demuxer 16 years ago
Aurelien Jacobs 5f8bae8d5c matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes 16 years ago
Diego Biurrun c2fef0c163 Use "" instead of <> when #including non-system headers. 16 years ago
Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 16 years ago
Diego Biurrun 6f2009bf45 Restore mistakenly removed period after "DivX, Inc". 16 years ago
Ben Littler d7c6552c7c add T263. works on samples/V-codecs/T263/ 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 16 years ago
Aurelien Jacobs 0e169d16f1 matroskadec: merge ByteIOContext declarations at upper level 16 years ago
Aurelien Jacobs 68a71451f6 matroskadec: parse the WAVEFORMATEX header and discard it from extradata 16 years ago
Baptiste Coudurier b4097b13d4 add jp2 formater in image2 muxer 16 years ago
Baptiste Coudurier aa91562501 jpeg2k is intra only codec 16 years ago
Baptiste Coudurier 2323ac0154 match format in names list separated by commas 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
David Conrad 3194b00479 Cosmetics: indent 16 years ago
David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 16 years ago
David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 16 years ago
Ben Littler e2260faa42 add LM20 mimic in avi fourcc 16 years ago
Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
Reimar Döffinger 0c5a43d648 Merge declaration and initialization of io_buffer_size 16 years ago
Reimar Döffinger 2bdaf78c52 Make io_buffer_size unsigned to avoid a warning about comparing 16 years ago
Reimar Döffinger 0e7ceb2442 Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal 16 years ago