65136 Commits (1af563b5dfeaf1e0d0a5ef8397dee59c81643132)
 

Author SHA1 Message Date
Michael Niedermayer 1af563b5df avcodec/ratecontrol: remove unneeded statement 11 years ago
Reimar Döffinger f0de01856f dict.c: minor simplification. 11 years ago
Anshul Maheswhwari fcb11ec291 v4l2enc: adding AVClass 11 years ago
Michael Niedermayer 0782fb6bcb libavcodec/h264_parser: Increase parse_history, fix huge resolutions 11 years ago
Benoit Fouet bf428bb314 h264_mp4toannexb_bsf: account for consecutive IDR pictures. 11 years ago
Michael Niedermayer dd200c56c0 avcodec/dvdsubdec: free subtitle rectangles if nothing is output 11 years ago
Michael Niedermayer ceff29b9ad avcodec/resample: check for malloc failure 11 years ago
Michael Niedermayer 72555f4a38 avcodec/pthread_slice: Check for malloc failure 11 years ago
Michael Niedermayer 37ec7d291e avcodec/mpeg4video_parser: Check for extradata parsing failure 11 years ago
Gerion Entrup dc315cdb4e doc: add very basic libcdio documentation 11 years ago
Nicolas Martyanoff 467e9d6186 avformat/hlsenc: add some empty lines to make the code easier to read 11 years ago
Nicolas Martyanoff 706fcffce1 avformat/hlsenc: rename some identifers to make the code easier to read 11 years ago
Nicolas Martyanoff 53f10e0368 avformat/hlsenc: Add some comments to make the code easier to read 11 years ago
Michael Niedermayer a99de9ca2c Merge commit 'a0ce85ac7de098d3f9b53b51b77a09bad700a011' 11 years ago
Diego Biurrun a0ce85ac7d configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled 11 years ago
Reimar Döffinger 1c84aad718 movdec: remove nonsensical snprintf. 11 years ago
Reimar Döffinger 04aec74f45 mxfdec: add missing "const" to array declaration. 11 years ago
Michael Niedermayer 547d64a49a ffprobe: print some basic information about avframe side data 11 years ago
Michael Niedermayer ba3e3311ef avutil/frame: add av_frame_side_data_name() 11 years ago
Michael Niedermayer 6f622e5fcb avfilter/f_select: avoid double->int in debug output 11 years ago
Michael Niedermayer bcbfb95b0e avfilter/f_select: Set var_values[VAR_KEY] correctly 11 years ago
Michael Niedermayer 887d8d293f avfilter/f_select: avoid using doubles for equals checks and casts to enums 11 years ago
Michael Niedermayer 7994c1cd76 Merge commit 'a8d803a320fb08b3ad5db4fffc79abd401206905' 11 years ago
Nicolas George 91244073fd ffmpeg_filter: refuse to configure input without a decoder. 11 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 11 years ago
Carl Eugen Hoyos 355121bcb5 lavf/mux: Fix a typo checking aspect ratios. 11 years ago
gerion.entrup@t-online.de f2855eb4d7 avformat/movenc: add m4b to list of ipod playable files 11 years ago
Christophe Gisquet a507623bad x86: hevc_mc: fix register count usage 11 years ago
Michael Niedermayer d38edeee9b avformat/format: fix memleak and error code 11 years ago
Michael Niedermayer 4182728c78 avformat/format.c: remove duplicate include, put libavutil includes together 11 years ago
Michael Niedermayer 6d69503883 avformat/format: simplify ifdeffery 11 years ago
Michael Niedermayer 58eaa95116 Merge commit 'ccbf370f2000b9b27f4af259c23007d67f7ea46e' 11 years ago
Michael Niedermayer 92de445034 Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a' 11 years ago
Michael Niedermayer 8cad746093 Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd' 11 years ago
Michael Niedermayer 9694695a21 avformat: fix probe mime version checks 11 years ago
Michael Niedermayer 80a3a6611f Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0' 11 years ago
Michael Niedermayer 31e0b5d3cb Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6' 11 years ago
Michael Niedermayer e066f01539 Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c' 11 years ago
Diego Biurrun a8d803a320 vf_select: Drop a debug av_log with an unchecked double to enum conversion 11 years ago
Nidhi Makhijani ccbf370f20 mpegvideo: move vol_control_parameters to the only place it is used 11 years ago
Luca Barbato fa38573cd9 matroska: Register mime types 11 years ago
Luca Barbato 02cf0c9e42 aac: Register the mime type 11 years ago
Luca Barbato 3a19405d57 avformat: Use the mime type information in input probe 11 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 11 years ago
Nicolas Martyanoff 0c889da8cb avformat/hlsenc: fix cleanup after avformat_write_header() 11 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 11 years ago
James Almer 73c4f63ba5 x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx 11 years ago
James Almer 88ba821f23 x86/hevc_deblock: improve luma functions register allocation 11 years ago
James Almer c74b08c5c6 x86/hevc_deblock: remove some unnecessary instructions 11 years ago
Christophe Gisquet 65746bfbae hevc_filter: run vertical and horizontal together 11 years ago