summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ffprobe: implement -sections optionStefano Sabatini2012-11-22
|
* ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-22
|
* lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini2012-11-22
| | | | Fix trac ticket #1944.
* lavfi/drawtext: add support for printing frame numbersStefano Sabatini2012-11-22
| | | | Fix trac ticket #1949.
* ffmpeg: add setting of field_order flagTim Nicholson2012-11-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* frwu: do not set interlacing flags.Michael Niedermayer2012-11-22
| | | | | | | | | | | Our fate frwu sample is definitely not interlaced. If someone has a interlaced frwu file, please contact us. Without this change the field order patch would cause incorrect interlacing information to be written when using frwu input. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* brender: move declaration out of for() to make old compilers happy.Michael Niedermayer2012-11-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* brender_pix: a new image decoderAleksi Nurmi2012-11-22
| | | | | | | PIX is an image file format that was used by the BRender 3d engine. Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix the path to the C99-to-C89 Converter & Wrapper to the only existing ↵Carl Eugen Hoyos2012-11-22
| | | | | | repository. Ronald deleted his public c99-to-c89 repository today.
* ffmpeg: fix weird reindentStefano Sabatini2012-11-22
|
* ffmpeg: print debug_ts off and off_time values with timestamp helper routinesStefano Sabatini2012-11-22
|
* mips: Fixing HAVE_MIPSFPU dependenciesBojan Zivkovic2012-11-21
| | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* use correct doxygen parameter direction syntaxPeter Ross2012-11-21
| | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-21
| | | | | Reveiwed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* siff: signal EOFPiotr Bandurski2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* segafilm: signal EOFPiotr Bandurski2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bethsoftvid: signal EOFPiotr Bandurski2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bfi: signal EOFPiotr Bandurski2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* yop: fix 10l typoPaul B Mahol2012-11-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* imgconvert-test: count the number of unused pixel format values.Michael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* imgconvert-test: skip pix formats without nameMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: fix typo in a commentStefano Sabatini2012-11-21
|
* ffprobe: add "," at the end of enum listStefano Sabatini2012-11-21
|
* imgconvert-test: test alpha flagsMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pixdesc: fix alpha flagsMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* imgconvert: remove avg_bits_per_pixel(), its redundantMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bink: return AVERROR_EOF upon reaching end of filePeter Ross2012-11-21
| | | | | | | | Fixes ticket #1935. Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* codec_descriptors: fix typo in mpeg 2 videoMichael Niedermayer2012-11-21
| | | | | Found-by: Ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-21
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: flashsv: Drop unused function and struct parameters pcm: fix decoding of pcm_s16le_planar on big-endian Conflicts: libavcodec/pcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * flashsv: Drop unused function and struct parametersDiego Biurrun2012-11-21
| |
| * pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-20
| | | | | | | | | | | | The sample count is decremented by the DECODE() macro and needs to be reset in each loop iteration. Also, DECODE() increments the src pointer so that does not need to be done separately.
* | Merge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e'Michael Niedermayer2012-11-21
|\| | | | | | | | | | | | | | | | | | | * commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e': imgconvert: remove PixFmtInfo Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * imgconvert: remove PixFmtInfoLuca Barbato2012-11-20
| | | | | | | | It is pleonastic and was used in stale functions pending replacement.
* | imgconvert: fix color type for non normal pix_fmts like HW stuff and unused ↵Michael Niedermayer2012-11-21
| | | | | | | | | | | | entries. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec_get_pix_fmt_loss: remove PixFmtInfo useMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: print color type tooMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cdxl: use url_feof()Paul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | imgconvert: remove PixFmtInfo use from avg_bits_per_pixel()Michael Niedermayer2012-11-21
| | | | | | | | | | | | | | This fixes several inconsistencies with YUV >8bit formats caused due to missing information in the PixFmtInfo table. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it ↵Michael Niedermayer2012-11-21
| | | | | | | | | | | | does not incur a loss. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pixdesc: add av_get_padded_bits_per_pixel()Michael Niedermayer2012-11-21
| | | | | | | | | | | | This will be needed to allow removing the PixFmtInfo table Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert-test: add avg bits per pixelMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | is_yuv_planar: remove use of PixFmtInfoMichael Niedermayer2012-11-21
| | | | | | | | | | | | This fixes the behavior for a few yuva 16bit formats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: add self test codeMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rawenc: cosmetics: reindentPaul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer2012-11-21
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480': avcodec: split avpicture from imgconvert pixdesc: add PIX_FMT_ALPHA flag Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: split avpicture from imgconvertLuca Barbato2012-11-20
| | | | | | | | All the non deprecated functions are in avpicture.c now.
| * pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-20
| |
* | sierravmd: signal EOFPiotr Bandurski2012-11-21
| |
* | cafdec: return right code if EOF is reachedPaul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | thp: signal EOFPiotr Bandurski2012-11-21
| |