aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavu/dict: fix set function when reuse existing key pointerLukasz Marek2015-04-021-20/+24
* png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-021-10/+12
* ffmpeg_opt.c: fix regression introduced in 5743095cTim Nicholson2015-04-021-1/+1
* avcodec/vda_h264: try to fix buildMichael Niedermayer2015-04-021-0/+1
* vda: fix h264 decoding for avcC,vda wants the entire bufferRainer Hochecker2015-04-022-4/+18
* avcodec/nvenc: Fix profile parameter handlingTimo Rothenpieler2015-04-021-20/+40
* Bump lavc and lavf minor versions for apng muxer and encoder.Carl Eugen Hoyos2015-04-022-2/+2
* ffmpeg: Avoid null pointer dereferencesHimangi Saraogi2015-04-021-2/+7
* apng: Add a basic APNG muxerDonny Yang2015-04-025-1/+276
* apng: Add a basic APNG encoderDonny Yang2015-04-024-10/+143
* lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_intLukasz Marek2015-04-021-0/+1
* avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-021-3/+1
* Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer2015-04-013-10/+42
|\
| * rtsp: Add a buffer_size optionLuca Barbato2015-04-013-10/+42
* | Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f'Michael Niedermayer2015-04-011-0/+4
|\|
| * rtp: Add an option to set the send/receive buffer sizeLuca Barbato2015-04-011-0/+4
* | Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc'Michael Niedermayer2015-04-011-41/+76
|\|
| * rtp: Map the urloptions to AVOptionsLuca Barbato2015-04-011-33/+65
* | Revert "avcodec/exr: fix memset first arg in reverse_lut()"Michael Niedermayer2015-04-011-1/+1
* | lavc/smvjpegdec: Avoid null dereference and return meaningful error codesHimangi Saraogi2015-04-011-5/+6
* | avformat/xwma: Use ff_alloc_extradata()Michael Niedermayer2015-04-011-3/+2
* | avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failuresMichael Niedermayer2015-04-011-3/+6
* | tools/sidxindex: Use av_*malloc_array()Michael Niedermayer2015-04-011-3/+3
* | avutil/eval: check for av_malloc failureMichael Niedermayer2015-04-011-0/+4
* | avutil/eval: factor av_expr_free() calls outMichael Niedermayer2015-04-011-2/+2
* | avcodec/nvenc: Fix typoed nv_status checksTimo Rothenpieler2015-04-011-2/+2
* | avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-011-58/+84
* | lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-315-1/+68
* | avformat/mp3dec: offset seek index to end of id3v2 tagwm42015-03-311-5/+5
* | avcodec/libx265: export choosen picture typesMichael Niedermayer2015-03-311-0/+13
* | png: Clear up the calculation of max packet sizeDonny Yang2015-03-311-4/+8
* | avcodec/internal: Fix doxy for ff_alloc_packet2() return valueMichael Niedermayer2015-03-311-1/+1
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-312-1/+8
* | avformat/http: Fix null check on allocated valueHimangi Saraogi2015-03-311-1/+1
* | h264: avoid unnecessary calls to get_formatRainer Hochecker2015-03-311-1/+2
* | avfilter/vf_detelecine: Fix uninitialized array index errorHimangi Saraogi2015-03-311-6/+10
* | lavf/segment: style nitsRodger Combs2015-03-311-4/+4
* | avcodec/snowenc: Check av_frame_ref() return valueMichael Niedermayer2015-03-311-1/+3
* | avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer2015-03-311-4/+4
* | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-3112-36/+70
|\|
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-3012-32/+66
* | Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'Michael Niedermayer2015-03-312-3/+4
|\|
| * mjpeg: Use a more precise type for put_marker()Diego Biurrun2015-03-302-3/+4
* | avutil/hmac: Check av_hmac_alloc() return codeMichael Niedermayer2015-03-301-0/+2
* | swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-301-1/+1
* | lavf: Bump minor version and document directory listing API in doc/APIchanges.Mariusz SzczepaƄczyk2015-03-302-2/+11
* | avcodec/libdcadec: remove av_assert and check bits_per_sample more completelyMichael Niedermayer2015-03-301-3/+1
* | avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+7
* | avdevice/avfoundation: Fix occured typoMichael Niedermayer2015-03-301-1/+1
* | Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'Michael Niedermayer2015-03-305-7/+10
|\|