summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-7/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-131-8/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt2021-01-251-3/+0
| | | | | | | | This is easy now that the H.261 encoder is the only user that initializes the non-VLC parts of ff_h261_rl_tcoeff. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ | | | | | | | | | | | | * commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avcodec/h261enc: avoid use of current/previous_mbaMichael Niedermayer2013-11-201-1/+0
| | | | | | | | | | | | Fixes part of Ticket3151 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-111-0/+1
|\ \ | |/ | | | | | | | | | | * commit '20429ba96e55db17ac57f6c0e330914287f1f614': h261: Move encoder/decoder shared table init to common code Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-101-0/+1
| |
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-111-0/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a': h261: Move shared data tables from a header to a proper C file Conflicts: libavcodec/Makefile libavcodec/h261data.c libavcodec/h261dec.c libavcodec/h261enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-101-0/+10
| |
* | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer2013-04-051-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit 'b78f81c8033904e2e75add0c9a603df6df514a30': h261: K&R formatting and prettyprinting cosmetics Conflicts: libavcodec/h261_parser.c libavcodec/h261data.h libavcodec/h261dec.c libavcodec/h261enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-051-3/+3
| |
* | Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer2013-04-051-0/+9
|\ \ | |/ | | | | | | | | | | * commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780': h261: Move function declarations to h261.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move function declarations to h261.hDiego Biurrun2013-04-051-0/+9
| |
* | Merge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675'Michael Niedermayer2013-04-051-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'ae35d91d44c5e676af3d146bf8d05b241c467675': h261: Move ff_h261_rl_table_store declaration to header file Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-051-0/+2
| |
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/ | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-021-1/+1
| | | | Originally committed as revision 9454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-161-0/+1
| | | | | | need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the h261.c file into separate files for the encoder, decoder and ↵Panagiotis Issaris2007-05-211-0/+45
common stuff. Originally committed as revision 9090 to svn://svn.ffmpeg.org/ffmpeg/trunk