62958 Commits (a64df19c5bd22f543a254a7b93c82ade50038ff5)
 

Author SHA1 Message Date
Anton Khirnov 9d76dd952f h264: drop commented out cruft 11 years ago
Anton Khirnov c1f92d1358 mpegvideo: remove unused MpegEncContext.b4_stride 11 years ago
Anton Khirnov 6a13505c06 mpegvideo: move the MpegEncContext fields used from arm asm to the beginning 11 years ago
Nicolas George 41334fcab4 lavfi/drawtext: allow to format pts as HH:MM:SS.mmm. 11 years ago
Nicolas George 50ed6e3ce6 lavf/concatdec: implement automatic conversions. 11 years ago
Nicolas George 9d24a536a3 lavf/concatdec: reindent after last commit. 11 years ago
Nicolas George b24d6c5303 lavf/concatdec: always do stream matching. 11 years ago
Nicolas George c27939d871 lavf/concatdec: check match_streams() return value. 11 years ago
Nicolas George e973cf04f6 lavf/concatdec: use a structure for each stream. 11 years ago
Nicolas George 43ca94a633 ffprobe: use the codec descriptor if no decoder was found. 11 years ago
Nicolas George c9212abf95 lavf/matroska: add "binary" pseudo-MIME type. 11 years ago
Nicolas George 70beebe357 lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types. 11 years ago
Nicolas George 1bf6396498 lavc: add a mime_types field to codec descriptors. 11 years ago
Nicolas George 6ea1196673 lavc: add AV_CODEC_ID_BIN_DATA. 11 years ago
Nicolas George 892e2c2ad8 lavc: add codec descriptors for TTF and OTF. 11 years ago
Nicolas George fa7bc7ed8b lavc: add codec descriptors for deprecated ids. 11 years ago
Nicolas George e419e29e1c lavc/codec_desc: add separation comment. 11 years ago
Nicolas George 73c4b6ce4b tools/ffhash: implement base64 output. 11 years ago
Nicolas George 3926a30b58 tools/ffhash: use av_hash_final_hex(). 11 years ago
Nicolas George b804eb4323 lavu/hash: add hash_final helpers. 11 years ago
Luca Barbato 5a70a783f0 hls: Add an option to prepend a baseurl to the playlist entries 11 years ago
Enrique Arizón Benito 5c08ae4f37 segment: Add an option to prepend a string to the list entries 11 years ago
Reynaldo H. Verdejo Pinochet 5b881499a8 ffserver: do not ignore lseek() return 11 years ago
Reynaldo H. Verdejo Pinochet 898192e029 ffserver: do not ignore getsockname() return 11 years ago
Reynaldo H. Verdejo Pinochet e79bc6a88a ffserver: do not ignore send() return 11 years ago
Reynaldo H. Verdejo Pinochet 8baa5b32a5 ffserver: do not ignore setsockopt return 11 years ago
Reynaldo H. Verdejo Pinochet 6d953ae2c4 ffserver: do not ignore ff_socket_nonblock return 11 years ago
Michael Niedermayer ede411dd03 avcodec/vc1_parser: fix use of uinitialized memory 11 years ago
Michael Niedermayer 7c71076470 avutil/log: fix memleak from 669a09fb37 11 years ago
Michael Niedermayer 648f7a6ec5 ffmpeg_dxva2: fix mixing of declarations and statements 11 years ago
Michael Niedermayer 21c7e99659 Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a' 11 years ago
Michael Niedermayer c6eee3120a Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a' 11 years ago
Michael Niedermayer 9c6eef6f5f Merge commit 'b2b4afe8115fe3c8b005d663610e5af06f110165' 11 years ago
Michael Niedermayer 0f630b7b12 Merge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05' 11 years ago
Michael Niedermayer 2548f8a237 Merge commit '2fcef90bee98bffeff1d95b7197738f50c450d86' 11 years ago
Michael Niedermayer fed0acebad ffmpeg: print an error at the end if conversion failed 11 years ago
Michael Niedermayer 68c3e6025f Fix convertion typos 11 years ago
Anton Khirnov a61c2115fb configure: rework dxva in avconv handling 11 years ago
Hendrik Leppkes 35177ba77f avconv: add support for DXVA2 decoding 11 years ago
Michael Niedermayer 8120668351 avcodec/hevc_cabac: decrease CABAC_MAX_BIN 11 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
Hendrik Leppkes ed4b757177 dxva2_h264: add a workaround for old Intel GPUs 11 years ago
James Almer 096de451b0 configure: add support for new CPUs 11 years ago
Hendrik Leppkes 2fcef90bee dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Michael Niedermayer a215b15815 avformat/utils: Set the average frame rate from the r_frame_rate if the stream appears to be cfr 11 years ago
Michael Niedermayer 34e7d3c368 avformat/utils: Ensure that average fps is probed if requested by the user even if tb_unreliable() is 0 11 years ago
Michael Niedermayer 502a8f56b9 Merge commit '1eb57e1d9b59db0aa63348c21bf3290bd3f5efcb' 11 years ago
Michael Niedermayer 1f249d2ca7 avformat/utils: prevent r frame rate from being set larger than 1/tb 11 years ago
Michael Niedermayer 4394f82f52 avformat/utils: add gif to tb_unreliable() 11 years ago
Anton Khirnov 1eb57e1d9b lavc: eliminate tb_unreliable() 11 years ago