| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: Fix the audio next dts computation | Luca Barbato | 2016-11-29 | 1 | -1/+1 |
* | avconv: Drop stray leftover debug output | Diego Biurrun | 2016-11-09 | 1 | -1/+0 |
* | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 1 | -1/+4 |
* | avconv: support parsing bitstream filter options | James Almer | 2016-11-02 | 1 | -13/+2 |
* | avconv: only retry decoding on actual decoding errors | Anton Khirnov | 2016-10-02 | 1 | -10/+27 |
* | avconv: set the encoding framerate when the output is CFR | Anton Khirnov | 2016-10-02 | 1 | -0/+2 |
* | avconv: Make sure that inputless filtergraphs are configured | Luca Barbato | 2016-08-12 | 1 | -0/+9 |
* | avconv: Check that muxing_queue exists before reading from it | Diego Biurrun | 2016-07-27 | 1 | -6/+8 |
* | avconv: stop using setpts for input framerate forced with -r | Anton Khirnov | 2016-07-22 | 1 | -0/+2 |
* | avconv: use avcodec_parameters_copy() with streamcopy | Anton Khirnov | 2016-07-02 | 1 | -52/+12 |
* | avconv: restructure sending EOF to filters | Anton Khirnov | 2016-06-28 | 1 | -11/+32 |
* | avconv: move flushing the queued frames to configure_filtergraph() | Anton Khirnov | 2016-06-28 | 1 | -11/+0 |
* | avconv: pass the hwaccel frames context to the decoder | Anton Khirnov | 2016-06-25 | 1 | -0/+7 |
* | avconv: init filtergraphs only after we have a frame on each input | Anton Khirnov | 2016-06-25 | 1 | -121/+124 |
* | avconv: do packet ts rescaling in write_packet() | Anton Khirnov | 2016-06-25 | 1 | -11/+12 |
* | avconv: decouple configuring filtergraphs and setting output parameters | Anton Khirnov | 2016-06-25 | 1 | -0/+3 |
* | avconv: factor out initializing stream parameters for encoding | Anton Khirnov | 2016-06-25 | 1 | -152/+144 |
* | avconv: decouple configuring filtergraphs and setting input parameters | Anton Khirnov | 2016-06-25 | 1 | -0/+30 |
* | avconv: buffer the packets written while the muxer is not initialized | Anton Khirnov | 2016-06-25 | 1 | -18/+58 |
* | avconv: explicitly postpone writing the header until all streams are initialized | Anton Khirnov | 2016-06-25 | 1 | -34/+63 |
* | Use AVFrame.pts instead of deprecated pkt_pts. | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | avconv: factor out initializing stream parameters for streamcopy | Anton Khirnov | 2016-06-21 | 1 | -99/+110 |
* | avconv: initialize output framerate earlier | Anton Khirnov | 2016-06-21 | 1 | -34/+0 |
* | avconv: do not set encoder options when streamcopy is used | Anton Khirnov | 2016-06-21 | 1 | -4/+0 |
* | avconv: refactor selecting an encoder | Anton Khirnov | 2016-06-21 | 1 | -11/+0 |
* | avconv: fix handling attachments in init_output_stream | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | avconv: create simple filtergraphs earlier | Anton Khirnov | 2016-06-21 | 1 | -5/+4 |
* | avconv: add a function for determining whether a filtergraph is simple | Anton Khirnov | 2016-06-21 | 1 | -2/+2 |
* | avconv: Do not copy extradata if source buffer is empty | Vittorio Giovara | 2016-06-06 | 1 | -5/+8 |
* | avconv: Use more precise deprecation ifdefs | Diego Biurrun | 2016-05-22 | 1 | -3/+3 |
* | avconv: stop using AVStream.codec | Anton Khirnov | 2016-05-22 | 1 | -13/+8 |
* | Add some more deprecation guards | Diego Biurrun | 2016-05-11 | 1 | -0/+2 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | avconv: Drop an unused variable | Luca Barbato | 2016-04-01 | 1 | -1/+0 |
* | avconv: fix -frames for video | Anton Khirnov | 2016-03-30 | 1 | -6/+6 |
* | avconv: VAAPI hwcontext initialisation and hwaccel helper | Mark Thompson | 2016-03-30 | 1 | -0/+2 |
* | avconv: use new encode API | wm4 | 2016-03-23 | 1 | -29/+51 |
* | avconv: use new decode API | wm4 | 2016-03-23 | 1 | -24/+49 |
* | avconv: switch to the new BSF API | Anton Khirnov | 2016-03-20 | 1 | -40/+107 |
* | avconv: remove sub-frame warning | wm4 | 2016-03-05 | 1 | -7/+0 |
* | avconv: convert to codecpar | Anton Khirnov | 2016-02-23 | 1 | -52/+64 |
* | avconv: switch opening decoders and encoders | Anton Khirnov | 2016-02-23 | 1 | -4/+5 |
* | avconv: pass the hw context from filters to the encoder | Anton Khirnov | 2016-02-14 | 1 | -0/+6 |
* | avconv: Drop an impossible check | Luca Barbato | 2016-01-04 | 1 | -2/+2 |
* | avconv: Simplify poll_filters() return value check | Luca Barbato | 2016-01-04 | 1 | -9/+5 |
* | avconv: pass the global codec side data to the muxer | Anton Khirnov | 2015-12-06 | 1 | -0/+22 |
* | avconv: set packet duration for CFR video streams | Anton Khirnov | 2015-11-08 | 1 | -0/+5 |
* | avconv: support infinite loop for the loop option | Alexandra Hájková | 2015-10-26 | 1 | -2/+3 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -5/+5 |
* | avformat: Always return ref-counted AVPacket | Luca Barbato | 2015-10-26 | 1 | -1/+0 |