42967 Commits (d909f43b5c773a73c8d526638744547ba4aa8c59)
 

Author SHA1 Message Date
Luca Barbato ce9d7da765 qsv: Move down the implementation query 9 years ago
Anton Khirnov dbb43b8b83 avpacket: properly reset data/size in av_packet_move_ref() 9 years ago
Anton Khirnov ba357e9869 avprobe: switch to codecpar 9 years ago
Anton Khirnov 567d6d5f9d avprobe: add local per-stream state 9 years ago
Anton Khirnov c9478410c6 avprobe: add local per-file state 9 years ago
Anton Khirnov c80344d010 mpegvideo_enc: use avcodec_free_context() instead of av_free() 9 years ago
Anton Khirnov 168a443d43 avprobe: print information from the codec descriptor 9 years ago
Anton Khirnov e7188a1a84 avprobe: remove a pointless condition and a dead branch 9 years ago
Anton Khirnov dc4983d78a APIchanges: add missing hashes and dates 9 years ago
Anton Khirnov 3e8fd93b6a lavf: add a missing bump and APIchanges for the codecpar switch 9 years ago
Vittorio Giovara e66fa35392 vc1dec: Check group allocations separatedly 9 years ago
Vittorio Giovara 01f0e6a0c9 vc1dec: Fix leak on error for array allocations 9 years ago
Vittorio Giovara f91d94bdfc vc1dec: Properly call deinit function on error 9 years ago
Vittorio Giovara 35b1cd343c vc1dec: Drop commented out cruft 9 years ago
Vittorio Giovara fa55addd23 img2: Drop av_ prefix for a static function 9 years ago
Diego Biurrun d6e49096c0 idct: Only build prores IDCT if ProRes decoder is enabled 9 years ago
Anton Khirnov 3c53627ac1 qsvdec: store the sync point in heap memory 9 years ago
Maxym Dmytrychenko a1335149fd qsvenc: store the sync point in heap memory 9 years ago
Anton Khirnov 1138eb5509 vsrc_movie: convert to codecpar 9 years ago
Anton Khirnov ac6d53589f examples/transcode_aac: convert to codecpar 9 years ago
Anton Khirnov a9e1f2cc61 examples/qsvdec: convert to codecpar 9 years ago
Anton Khirnov 9897d9f4e0 examples/output: convert to codecpar 9 years ago
Anton Khirnov c23152a903 avplay: convert do codecpar 9 years ago
Anton Khirnov 0705f5960c avplay: do not use AVStream.codec for decoding 9 years ago
Anton Khirnov 15e84ed3f1 avconv: convert to codecpar 9 years ago
Anton Khirnov 5b9cdf8cba avconv: switch opening decoders and encoders 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov a8068346e4 lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters 9 years ago
Anton Khirnov 998e1b8f52 lavc: add codec parameters API 9 years ago
Diego Biurrun 257b30af8e x86: hevc: Fix linking with both yasm and optimizations disabled 9 years ago
Diego Biurrun cd846b4797 fate: Ignore errors from concatenating report files 9 years ago
Diego Biurrun 9328adcc80 fate: Be silent when fetching Git updates 9 years ago
Marton Balint 5e555f9300 mpeg12enc: always write closed gops for intra only outputs 9 years ago
Michael Niedermayer f435d081b0 h264: Add an AVClass pointer to H264Context 9 years ago
Vittorio Giovara 0837d1dfe2 libx264: Fix noise_reduction option assignment 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov cae448cfbf aviobuf: add a private data struct for avio_open()ed contexts 9 years ago
Anton Khirnov 832a202c47 protocols: make the list of protocols static 9 years ago
Anton Khirnov 7d61dc95d7 lavf: move urlcontext_child_class_next() to protocols.c 9 years ago
Anton Khirnov 0fa00d0591 lavf: move avio_enum_protocols() to protocols.c 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Anton Khirnov 225e84e745 hls: disallow opening nested files in child demuxers 9 years ago
Anton Khirnov e192cd9ce2 smoothstreamingenc: do not open the files as read+write 9 years ago
Anton Khirnov d082078a88 dashenc: eliminate ffurl_* usage 9 years ago
Anton Khirnov 7fbb3b5b98 lavf: use the io_open callbacks for files opened from open_input() as well 9 years ago
Anton Khirnov 5efd91284e avprobe: do not call avio_close() on a custom context 9 years ago
Anton Khirnov dc6527ed90 nutenc: do not use AVCodecContext.frame_size 9 years ago
Luca Barbato bf7be043fc matroska: Always consider S_TEXT/UTF8 as SRT when demuxing 9 years ago
Diego Biurrun 8caadfc53d fate: Be silent when switching to Git branch 9 years ago