summaryrefslogtreecommitdiff
path: root/libavformat/hevcdec.c
Commit message (Collapse)AuthorAge
* Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-23
|\ | | | | | | | | | | | | * commit 'c359d624d3efc3fd1d83210d78c4152bd329b765': hevcdec: move decoder-independent declarations into a separate header Merged-by: James Almer <jamrial@gmail.com>
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
| | | | | | | | | | | | | | This way they can be reused by other code without including the whole decoder-specific hevcdec.h Also, add the HEVC_ prefix to them, since similarly named values exist for H.264 as well and are sometimes used in the same code.
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-23
|\| | | | | | | | | | | | | * commit '4abe3b049d987420eb891f74a35af2cebbf52144': hevc: rename hevc.[ch] to hevcdec.[ch] Merged-by: Clément Bœsch <u@pkh.me>
| * hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
| | | | | | | | | | This is more consistent with the rest of libav and frees up the hevc.h name for decoder-independent shared declarations.
* | Merge commit '5846646296e377e093441dfe9eadde38ff1f7c99'Michael Niedermayer2013-11-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '5846646296e377e093441dfe9eadde38ff1f7c99': Add raw HEVC demuxer Conflicts: Changelog libavformat/hevcdec.c libavformat/version.h See: 902a5fa7228d92bf7e0a8f523a25cf72d31afab4 and later commits Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add raw HEVC demuxerDirk Farin2013-10-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avformat/hevcdec: add more irap cases to hevc_probe()Dirk Farin2013-10-17
| | | | | | This fixes fate-hevc-conformance-RAP_A_docomo_4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/hevcdec: cosmetics, whitespacesDirk Farin2013-10-17
| | | | | | This reduces the difference to the latest hevc demuxer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: rename a few more h.265 to HEVCMichael Niedermayer2013-10-15
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>