32672 Commits (737ca4482bd68d6dc52a1811f5de8e4952ad7036)
 

Author SHA1 Message Date
Ronald S. Bultje 6e57a02b9f asf: error out on ridiculously large minpktsize values. 13 years ago
Alex Converse bbeb29133b adpcm: Clip step_index values read from the bitstream at the beginning of each frame. 13 years ago
Ronald S. Bultje 934cd18a43 oma: don't read beyond end of leaf_table. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Ronald S. Bultje fc9bc08dca Indeo3: fix crashes on corrupt bitstreams. 13 years ago
Diego Biurrun bd7a647c0d msmpeg4: Replace forward declaration by proper #include. 13 years ago
Luca Barbato 0c1759ac4b segment: implement wrap around 13 years ago
Luca Barbato ee42df8a35 avf: reorder AVStream and AVFormatContext 13 years ago
Alex Converse 5e239c7f9e aacdec: Remove erroneous reference to global gain from the out of bounds scalefactor error message. 13 years ago
Diego Biurrun d10319d87f avcodec_default_reget_buffer(): fix compilation in DEBUG mode 13 years ago
Derek Buitenhuis 273f4b39fc fate: Overhaul WavPack coverage 13 years ago
Ronald S. Bultje b0c4f04338 h264: fix mmxext chroma deblock to use correct TC values. 13 years ago
Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago
Martin Storsjö 7e297a46db flvdec: Validate index entries added from metadata while reading 13 years ago
Tommy Winther 1a6b9a98ce rtsp: Handle requests from server to client 13 years ago
Justin Ruggles f234e8a32e movenc: use timestamps instead of frame_size for samples-per-packet 13 years ago
Justin Ruggles f3dab5fb6d movenc: use the first cluster duration as the tfhd default duration 13 years ago
Justin Ruggles 681d17264f movenc: factorize calculation of cluster duration into a separate function 13 years ago
Anton Khirnov f5f5b154e7 doc/APIchanges: fill in missing dates and hashes. 13 years ago
Anton Khirnov b1edfce08a lavc: reorder AVCodecContext fields. 13 years ago
Anton Khirnov 1d428004c6 lavc: reorder AVFrame fields. 13 years ago
Anton Khirnov 7929e22bde lavf: don't guess r_frame_rate from either stream or codec timebase. 13 years ago
Anton Khirnov 13f6917ca9 avconv: set discard on input streams automatically. 13 years ago
Reinhard Tartler 790a367d9e Fix parser not to clobber has_b_frames when extradata is set. 13 years ago
Anton Khirnov d3783f47ee lavf: don't set codec timebase in avformat_find_stream_info(). 13 years ago
Anton Khirnov 832ba44d8d avconv: saner output video timebase. 13 years ago
Anton Khirnov 87d7a92b62 rawdec: set timebase to 1/fps. 13 years ago
Anton Khirnov d43040e28b avconv: refactor vsync code. 13 years ago
Anton Khirnov 493a86e25b FATE: remove a bunch of useless -vsync 0 13 years ago
Paul B Mahol 42459c6abb cdxl: bit line plane arrangement support 13 years ago
Paul B Mahol cf6914e27f cdxl: remove early check for bpp 13 years ago
Paul B Mahol 126daeb550 cdxl: set pix_fmt PAL8 only if palette is available 13 years ago
Tim Walker 0a9efe4c6e mlp_parser: fix the channel mask value used for the top surround channel 13 years ago
Justin Ruggles be8d812c96 vorbisenc: check all allocations for failure 13 years ago
Justin Ruggles f7a2e12f2a roqaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 3fa9a999c1 roqaudioenc: set correct bit rate 13 years ago
Justin Ruggles cf57c78b77 roqaudioenc: use AVCodecContext.frame_size correctly. 13 years ago
Justin Ruggles 56279f1d61 roqaudioenc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles 4b7f8838e8 ra144enc: use int16_t* for input samples rather than void* 13 years ago
Justin Ruggles 03359ebcf9 ra144enc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles a65f7c96fc ra144enc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles 928672f1f1 nellymoserenc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles 370b44cda2 nellymoserenc: improve error checking in encode_init() 13 years ago
Justin Ruggles 333506c33f nellymoserenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 6f600ab354 libvorbis: improve error checking in oggvorbis_encode_init() 13 years ago
Justin Ruggles be60eec668 mpegaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 7a8cbb39f6 libfaac: improve error checking and handling in Faac_encode_init() 13 years ago
Justin Ruggles c9bca80132 avutil: add AVERROR_UNKNOWN 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago