425 Commits (3eeb7edfc2a1157b7b0e0ce21ac2cd44d55d405b)

Author SHA1 Message Date
Anton Khirnov 695ec04e6a avconv: only set SAR once on the decoded frame. 13 years ago
Anton Khirnov d4936548f4 avconv: remove an unused function parameter. 13 years ago
Anton Khirnov 4648fe6324 avconv: remove now pointless variables. 13 years ago
Anton Khirnov e06d2dfcde avconv: drop support for building without libavfilter. 13 years ago
Ronald S. Bultje bc1ef85520 lavc/avconv: support changing frame sizes in codecs with frame mt. 13 years ago
Justin Ruggles 4094fc9971 avconv: fix the resampling safety factors for output audio buffer allocation 13 years ago
Justin Ruggles 9869e963a6 avconv: move audio output buffer allocation to a separate function 13 years ago
Justin Ruggles f3ab3e1aee avconv: make the async buffer global and free it in exit_program() 13 years ago
Justin Ruggles c9594fe0fb avconv: free packet in write_frame() when discarding due to frame number limit 13 years ago
Justin Ruggles 9b9fc9ba32 avconv: pass input stream timestamps to audio encoders 13 years ago
Anton Khirnov 251422982b avconv: remove pointless checks. 13 years ago
Anton Khirnov ce326c1130 avconv: check for get_filtered_frame() failure. 13 years ago
Anton Khirnov 2636e691ce avconv: remove a pointless check. 13 years ago
Anton Khirnov 64334ddbbc avconv: reindent 13 years ago
Anton Khirnov 6e8be949f1 avconv: link '-passlogfile' option to libx264 'stats' AVOption. 13 years ago
Anton Khirnov 4138cd2907 avconv: add -cpuflags option for setting supported cpuflags. 13 years ago
Anton Khirnov 39da3b223f avconv: fix counting encoded video size. 13 years ago
Anton Khirnov 13f6917ca9 avconv: set discard on input streams automatically. 13 years ago
Anton Khirnov 832ba44d8d avconv: saner output video timebase. 13 years ago
Anton Khirnov d43040e28b avconv: refactor vsync code. 13 years ago
Justin Ruggles f320fb894c bethsoftvid: pass palette in side data instead of in a separate packet. 13 years ago
Martin Storsjö ae5a935574 avconv: Don't split out inline sequence headers when stream copying VC1 13 years ago
Andrey Utkin c22e2ec9d1 avconv: set AVFormatContext.duration from '-t' 13 years ago
Justin Ruggles a75bc764ec avcodec: for audio encoding, set packet dts to packet pts. 13 years ago
Anton Khirnov 8e37038a34 avconv: switch to avcodec_encode_video2(). 13 years ago
Anton Khirnov 722410ade5 avconv: estimate next_dts from framerate if it is set. 13 years ago
Anton Khirnov b34856a116 avconv: better next_dts usage. 13 years ago
Anton Khirnov 23576b3fbb avconv: rename InputStream.pts to last_dts. 13 years ago
Anton Khirnov 6e98390258 avconv: reduce overloading for InputStream.pts. 13 years ago
Anton Khirnov 3101bb6669 avconv: rename InputStream.next_pts to next_dts. 13 years ago
Anton Khirnov 1270e12e49 avconv: rework -t handling for encoding. 13 years ago
Anton Khirnov c9af832623 avconv: set encoder timebase for subtitles. 13 years ago
Anton Khirnov 324fbadff9 avconv: remove debugging cruft from do_video_out(). 13 years ago
Anton Khirnov 61a099680c avconv: factorize setting stream_index for the output packet. 13 years ago
Anton Khirnov d7edd359ec avconv: deprecate the -deinterlace option 13 years ago
Mans Rullgard 3715d841a6 Fix non-C89 declarations in for loops 13 years ago
Diego Biurrun abe655a472 Drop unnecessary prefix from *sink* variable and struct names. 13 years ago
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Diego Biurrun 45f2908d02 cosmetics: Rename ffsink to avsink. 13 years ago
Anton Khirnov 9993284793 avconv: fix -frames for video encoders with delay. 13 years ago
Justin Ruggles ee458cb1fa avconv: use avcodec_encode_audio2() 13 years ago
Anton Khirnov b2ce3b998b avconv: use AVFrame.width/height/format instead of corresponding AVCodecContext fields 13 years ago
Anton Khirnov ac64607682 avconv: reinitialize the filtergraph on resolution change. 13 years ago
Anton Khirnov 7b9373db89 avconv: fix -copyinkf. 13 years ago
Anton Khirnov e8c04f6240 avconv: add symbolic names for -vsync parameters 13 years ago
Anton Khirnov c88d53199b avconv: remove the 'codec framerate is different from stream' warning 13 years ago
Anton Khirnov f15f02c204 avconv: make -frames work for all types of streams, not just video. 13 years ago
Janne Grunau 1135a07146 avconv: free bitstream filters 13 years ago
Aneesh Dogra 7636c8c6a3 avconv: K&R cosmetics 13 years ago
Anton Khirnov 04a14d4d25 avconv: avoid memcpy in vsrc_buffer when possible. 13 years ago