summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ffprobe: add support to '\b' and '\f' escaping in c_escape_str()Stefano Sabatini2012-05-29
|
* ffprobe: make c_escape_str() documentation terserStefano Sabatini2012-05-29
| | | | | Avoid to specify implementation details, better to check the code for that.
* lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* movenc: Fix muxing of Apple Quicktime chapters. v3Philip Langdale2012-05-28
| | | | | | | | | | | | | | | | | | | | | There is basic support for muxing chapter information into the Apple Quicktime format already, but there are two errors which prevent correct detection on the player side. 1) A special apple 'text' atom needs to be included inside the gmhd atom. 2) The *different* 'text' atom inside the 'stsd' atom needs a proper header. With these changes, the chapters are now picked up by Apple players and reported correctly by tools like mediainfo and mp4chaps. v3 Update: The stub TextSampleEntry creation is moved to where the chapter track is created so it's now specific to this track. Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: Fill linesize, sample_rate and channel_layout fields in ↵Robert Nagy2012-05-28
| | | | | | avfilter_fill_frame_from_audio_buffer_ref. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: use %f instead of %lf in volume args format printf.Clément Bœsch2012-05-28
| | | | %f refers to a double argument already.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\ | | | | | | | | | | | | | | | | | | * qatar/master: AVOptions: fix the value printed in out of range error message. Conflicts: libavutil/opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-28
| |
* | configure: disable avresample by defaultMichael Niedermayer2012-05-28
| | | | | | | | | | | | avresample is redundant and unneeded Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: add asyncts->avresample dependancyMichael Niedermayer2012-05-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix r10k codec for widths that are not multiples of 64.Carl Eugen Hoyos2012-05-28
| | | | | | | | Fixes ticket #1358
* | Mark avui encoder experimental.Carl Eugen Hoyos2012-05-28
| | | | | | | | | | Some decoders require the AVID atom that we currently do not write when encoding avui.
* | jvdec: check videosizeMichael Niedermayer2012-05-28
| | | | | | | | | | | | | | Fixes null ptr dereference fixes Ticket1364 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | motionpixels: check extradata sizeMichael Niedermayer2012-05-28
| | | | | | | | | | | | | | Fixes null ptr derefernce Fixes Ticket1363 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | iff_ilbm: fix null ptr derefMichael Niedermayer2012-05-28
| | | | | | | | | | | | Fixes Ticket1362 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | yop: check for missing extradataMichael Niedermayer2012-05-28
| | | | | | | | | | | | | | Fixes null ptr deref Fixes Ticket1361 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | xan: fix out of array readMichael Niedermayer2012-05-28
| | | | | | | | | | | | Fixes ticket1360 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cdgraphics: Fix out of array writeMichael Niedermayer2012-05-28
| | | | | | | | | | | | | | Fixes Ticket1359 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Test extradata size before reading from extradata when decoding avui.Carl Eugen Hoyos2012-05-28
| |
* | configure: fix the wording for gpl incompatible licenses warningsMichael Niedermayer2012-05-28
| | | | | | | | | | | | calling the 4 clause BSD license non free is quite a stretch ;) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: openssl is compatible with the LGPL.Michael Niedermayer2012-05-28
| | | | | | | | | | | | | | | | | | looking at the license i cannot see why they would be incompatible and researching this matter a bit also turned up no reasons. If i missed something, please dont hesitate to flame me and or revert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avprobe: restore pseudo-INI old style format for compatibility. avprobe: fix formatting. log: make colored output more colorful. rtsp: Check for dynamic payload handlers if no static payload mapping was found Conflicts: Changelog doc/ffprobe.texi ffprobe.c libavutil/log.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-26
| |
| * avprobe: fix formatting.Anton Khirnov2012-05-26
| |
| * log: make colored output more colorful.Anton Khirnov2012-05-26
| | | | | | | | Green for verbose, cyan for debug.
| * rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-26
| | | | | | | | | | | | | | Some systems abuse the static payload types 35 or 36 (which according to IANA are unassigned) for H264. Signed-off-by: Martin Storsjö <martin@martin.st>
* | avienc: create xsub in avi files that are closer to whats in the wildMichael Niedermayer2012-05-27
| | | | | | | | | | | | Fixes ticket1332 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-05-27
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: force exit when filter configuration fails ffplay: fix stream cycling if audio decoding fails ffplay: flush codec buffers before freeing filters ffplay: dont destroy packet queues on stream change Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffplay: force exit when filter configuration failsMarton Balint2012-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Switching to visualization instead of exiting ffplay is a bit more tricky, so just exit for now. Fixes ticket 38. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: fix stream cycling if audio decoding failsMarton Balint2012-05-24
| | | | | | | | | | | | | | | | | | Fixes ticket 1161. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: flush codec buffers before freeing filtersMarton Balint2012-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this to ensure that input_get_buffer is not called from a frame_worker_thread of a multithreaded decoder when we already freed the filters. Fixes occasional segfaults on video stream change. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: dont destroy packet queues on stream changeMarton Balint2012-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes occasional segfaults caused by lock request of the packet queue from the reader thread. Also don't allow to put frames into the queue when it's aborted, and don't try to fill the queue with frames when it is aborted. Signed-off-by: Marton Balint <cus@passwd.hu>
* | | tests and tools: cleanup ffmpeg referenceMichael Niedermayer2012-05-27
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | x86: use new schema for ASM macrosVitor Sessak2012-05-27
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfdec: remove unused last_index_durationMichael Niedermayer2012-05-27
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Changelog: fix wrong/inaccurate entries.Clément Bœsch2012-05-27
| | |
* | | Support decoding fourcc YVYU.Carl Eugen Hoyos2012-05-27
| | | | | | | | | | | | | | | | | | Based on work by ami_stuff. Fixes ticket #1352
* | | lavfi/deshake: add libavcodec dependency (dsputil).Clément Bœsch2012-05-27
| | |
* | | ffprobe: reduce the number of AVBPrint resets.Clément Bœsch2012-05-26
| | |
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-26
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: opt: Add av_opt_set_bin() avconv: Display the error returned by avformat_write_header rtpenc_chain: Return an error code instead of just a plain pointer rtpenc_chain: Free the URLContext on failure rtpenc: Expose the ssrc as an avoption avprobe: display the codec profile in show_stream() avprobe: fix function prototype cosmetics: Fix indentation avprobe: changelog entry avprobe: update documentation avprobe: provide JSON output avprobe: output proper INI format avprobe: improve formatting rtmp: fix url parsing fate: document TARGET_EXEC and its usage Conflicts: doc/APIchanges doc/fate.texi doc/ffprobe.texi ffprobe.c libavformat/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-26
| | | | | | | | | | | | | | | | | | | | | Introduce a new function to set binary data through AVOption, avoiding having to convert the binary data to a string inbetween. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-26
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
| | | | | | | | | | | | | | | | | | Also check the return value in sapenc. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-26
| | | | | | | | | | | | | | | | | | | | | | | | If an URLContext is passed in, its ownership is given to this function, and is either owned by the returned AVFormatContext on a successful return, or freed on failure. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-26
| | | | | | | | | | | | | | | | | | | | | This allows the caller to set it, and allows the caller to query what it was set to. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-25
| | | | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * | avprobe: fix function prototypeLuca Barbato2012-05-25
| | | | | | | | | | | | Make opt_output_format return the correct value.
| * | cosmetics: Fix indentationMartin Storsjö2012-05-26
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | avprobe: changelog entryLuca Barbato2012-05-25
| | |
| * | avprobe: update documentationLuca Barbato2012-05-25
| | | | | | | | | | | | Update the documentation according to the latest changes